/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### UCSC Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### General Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
### Hero
--------------------------------------------------------------*/
/**
 * Reset some basic elements
 */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 1.6rem/1.5 "Roboto", sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

h1 {
  font-size: 3.2rem; }

h2 {
  font-size: 2.8rem; }

h3 {
  font-size: 2.4rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.7rem; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px; }

/**
 * `main` element
 */
main {
  display: block;
  /* Default value of `display` of `main` element is 'inline' in IE 11. */ }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Videos
 *
 */
iframe {
  display: block;
  margin: 30px auto;
  width: 100%;
  height: auto; }
  @media screen and (min-width: 67.5em) {
    iframe {
      width: 560px;
      height: 315px; } }

/**
 * Left and Right floats
 */
.right,
.left {
  display: table;
  margin: 0 auto; }
  @media screen and (min-width: 67.5em) {
    .right,
    .left {
      width: auto; } }

.right {
  float: right;
  margin: 0 0 30px 30px; }

.left {
  float: left;
  margin: 0 30px 30px 0; }

/**
 * Figures
 */
figure > img {
  display: block; }

figure.inline-image {
  height: auto;
  width: 100%; }
  @media screen and (min-width: 67.5em) {
    figure.inline-image {
      width: auto; } }
  figure.inline-image.full img {
    width: 100%; }
  figure.inline-image figcaption {
    display: table-caption;
    caption-side: bottom; }
  figure.inline-image img {
    margin: 0 auto; }

figcaption {
  font-size: 1.4rem;
  color: #737373;
  padding-top: 7.5px; }

/**
 * sidebars
 */
aside {
  font-weight: 300;
  padding: 1.8em;
  background-color: #f1f1f1; }
  aside.right, aside.left {
    width: 35%; }

/**
 * Lists
 */
ul,
ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #003c6c; }

/**
 * Links
 */
a {
  box-sizing: border-box; }
  a:link, a:visited {
    color: #006aad;
    text-decoration: none;
    box-sizing: border-box; }
  a:hover, a:focus, a:active {
    background-color: #006aad;
    color: #ffffff; }
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list a:hover .username {
      text-decoration: underline; }

.cta .copy a:link, .cta .copy a:visited {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 2px solid #fdc700; }
.cta .copy a:active {
  background: none !important;
  color: #006aad !important; }

.omniitems a {
  color: #ffffff;
  text-decoration: none; }
  .omniitems a:visited {
    color: #ffffff; }
  .omniitems a:hover {
    color: #ffffff;
    text-decoration: underline; }

.topbutton {
  text-align: center;
  height: 50px;
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 99999;
  background-repeat: no-repeat;
  display: none;
  border-bottom: none;
  color: #da216d; }
  .topbutton:visited {
    border-bottom: none;
    color: #da216d !important; }
  .topbutton:hover, .topbutton:focus {
    background: none !important;
    border-bottom: none !important; }
  .topbutton:active {
    background: none !important;
    color: #e76098 !important; }

.footer-logo:hover, .footer-logo:focus, .footer-logo:active {
  background: none !important;
  border-bottom: none !important; }

/**
 * Blockquotes
 */
blockquote {
  color: #737373;
  border-left: 4px solid #d9d9d9;
  padding-left: 15px;
  font-size: 1.8rem;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 1.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #eef; }

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
  padding: 1px 5px; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(22.5em - (30px));
  max-width: calc(22.5em - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 48em) {
    .wrapper {
      max-width: -webkit-calc( 48em - (30px * 2));
      max-width: calc(48em - (30px * 2));
      padding-right: 30px;
      padding-left: 30px; } }
  @media screen and (min-width: 67.5em) {
    .wrapper {
      max-width: -webkit-calc(67.5em - (30px * 2));
      max-width: calc(67.5em - (30px * 2)); } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #737373;
  padding-right: 5px;
  vertical-align: text-top; }

.social-media-list li + li {
  padding-top: 5px; }

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: #3f3f3f;
  border-collapse: collapse;
  border: 1px solid #d9d9d9; }
  table tr:nth-child(even) {
    background-color: #e8e8e8; }
  table th,
  table td {
    padding: 10px 15px; }
  table th {
    background-color: #e1e1e1;
    border: 1px solid #cfcfcf;
    border-bottom-color: #bababa; }
  table td {
    border: 1px solid #d9d9d9; }

/**
 * Omnibar
 */
.omniform {
  margin-left: auto;
  padding-left: 10px;
  vertical-align: middle; }
  @media screen and (min-width: 67.5em) {
    .omniform {
      margin-left: 0; } }
  .omniform input[type="image"] {
    position: relative;
    top: 0.24em;
    right: 1.85em; }
  .omniform input[type="text"] {
    width: 88%;
    padding: 0.55em 0.45em;
    border: none; }

.omniwrap {
  display: grid;
  grid-template-columns: 140px 1fr; }
  .omniwrap .omnilogo {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 10px 0; }
  .omniwrap .omnibar.desktop {
    width: 100%;
    margin: 0 auto;
    padding: 0.625rem 0;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 67.5em) {
      .omniwrap .omnibar.desktop {
        display: flex; } }
    .omniwrap .omnibar.desktop .omniitems {
      font-size: 1.4rem;
      display: none; }
      @media screen and (min-width: 67.5em) {
        .omniwrap .omnibar.desktop .omniitems {
          display: flex;
          margin-left: auto;
          margin-right: 0.5em; }
          .omniwrap .omnibar.desktop .omniitems a {
            width: auto; } }
      .omniwrap .omnibar.desktop .omniitems a {
        padding: 0.25em 0.5em;
        display: inline-block;
        text-align: center; }
    .omniwrap .omnibar.desktop .omnitoggle {
      color: #ffffff;
      vertical-align: middle; }
      @media screen and (min-width: 67.5em) {
        .omniwrap .omnibar.desktop .omnitoggle {
          display: none; } }
  .omniwrap .omnibar.mobile {
    grid-column-start: 1;
    grid-column-end: 3;
    display: none; }
    .omniwrap .omnibar.mobile .omniitems a {
      display: block;
      padding: 5px 10px;
      text-align: center;
      font-size: 1.8rem;
      font-weight: 700; }
    .omniwrap .omnibar.mobile .omniform {
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    @media screen and (min-width: 67.5em) {
      .omniwrap .omnibar.mobile {
        display: none !important; } }
  .omniwrap .omnibar.mobile.active {
    display: block; }

@media (max-width: 67.5em) {
  .omnibar.mobile.active .omniitems {
    display: block; }
    .omnibar.mobile.active .omniitems a {
      width: 100%;
      text-align: center;
      padding: 1em;
      text-decoration: none; }
      .omnibar.mobile.active .omniitems a:hover, .omnibar.mobile.active .omniitems a:active {
        background: #003c6c;
        color: #ffffff; } }
/**
 * masthead
 */
.masthead {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .masthead a:link, .masthead a:visited {
    color: #003c6c; }
  .masthead a:hover, .masthead a:focus {
    border-bottom-color: transparent;
    background: none;
    color: #006aad; }
  .masthead .site-nav {
    flex: 0 0 100%;
    display: none; }
    .masthead .site-nav.active {
      display: block; }
    @media screen and (min-width: 67.5em) {
      .masthead .site-nav {
        display: block; } }
    .masthead .site-nav a {
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
      .masthead .site-nav a:link, .masthead .site-nav a:visited {
        color: #006aad; }
      .masthead .site-nav a:hover, .masthead .site-nav a:focus {
        background: none;
        color: #003c6c;
        border-bottom: 1px dashed #ddd; }
      .masthead .site-nav a:active {
        background: none;
        color: #003c6c; }

/**
* Omni header
*/
.omni-header {
  background-color: #006aad; }

/**
* Site header
*/
.site-header {
  min-height: 55.95px;
  position: relative; }
  .site-header .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; }

.site-title {
  font-size: 2.6rem;
  font-weight: 500;
  color: #003c6c;
  line-height: 5.4rem;
  margin-bottom: 0;
  float: left; }
  @media screen and (min-width: 67.5em) {
    .site-title {
      font-size: 4.5rem; } }

.nav-toggle,
.omnitoggle {
  margin-left: auto; }

@media screen and (min-width: 67.5em) {
  .nav-toggle {
    display: none; } }

.site-nav {
  padding-top: 15px; }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center; }
    .site-nav .menu-icon > svg {
      fill: #333333; }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #006aad; }
    @media screen and (min-width: 67.5em) {
      .site-nav .page-link {
        display: inline-block; }
        .site-nav .page-link:first-child {
          padding-left: 0; } }
  @media screen and (min-width: 67.5em) {
    .site-nav .nav-trigger {
      display: none; }
    .site-nav .menu-icon {
      display: none; }
    .site-nav .page-link {
      line-height: 1.5; }
      .site-nav .page-link:not(:last-child) {
        margin-right: 20px; } }

/**
* Site footer
*/
.site-footer {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0; }

.footer-heading {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700; }

.footer-col-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25em;
  justify-items: center; }
  @media screen and (min-width: 48em) {
    .footer-col-wrapper {
      grid-template-columns: 1fr 1fr 1fr; } }

.footer-col {
  width: 100%; }
  .footer-col ul {
    list-style-type: none;
    margin-left: 0px; }

.footer-legal {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  text-align: center; }
  .footer-legal .footer-logo-wrap {
    padding: 15px 0; }
    .footer-legal .footer-logo-wrap .footer-logo {
      width: 140px;
      margin: 0 auto; }
      .footer-legal .footer-logo-wrap .footer-logo img {
        width: 140px; }
  .footer-legal .legal-links {
    margin-left: 0; }
    .footer-legal .legal-links li {
      display: inline; }
    .footer-legal .legal-links li::after {
      content: "|";
      color: #006aad;
      margin: 0 .5em; }
    .footer-legal .legal-links li:last-child::after {
      display: none; }
  .footer-legal .copyright {
    text-align: center; }

/**
* Page content
*/
.post {
  padding-top: 15px; }

.page-content {
  padding: 0 0 15px;
  flex: 1; }

.page-heading {
  font-size: 3.2rem; }

.h-entry {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 2px solid #fdc700;
  border-bottom: 2px solid #fdc700; }
  @media screen and (min-width: 67.5em) {
    .h-entry {
      margin: 30px 30px 15px;
      margin-right: 60px;
      margin-left: 60px;
      padding: 30px 0; } }

.post-categories,
.post-related {
  margin: 0;
  padding: 0; }

.post-related {
  border-bottom: 2px solid #fdc700;
  margin-bottom: 15px; }
  .post-related li {
    padding-bottom: 15px; }
    .post-related li:last-child {
      padding-bottom: 0; }

@media screen and (min-width: 67.5em) {
  .layout-post .post-related {
    margin-right: 60px;
    margin-left: 60px;
    padding: 10px 0; } }

.layout-page .post-related {
  border-top: 2px solid #fdc700;
  margin-top: 30px;
  padding: 20px 0; }

.post-list-heading {
  font-size: 2.8rem; }

.post-list {
  margin-left: 0;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #fdc700;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  font-size: 1.4rem;
  color: #737373; }
  .post-meta.categories, .post-meta.tags {
    display: block; }

.layout-post .post-meta {
  margin: 0 60px; }

.post-header .post-meta {
  margin: 0; }

.post-link {
  font-weight: 700;
  border-bottom: none !important; }

/**
* Posts
*/
.post-header {
  margin-bottom: 30px; }

.post-title,
.post-subtitle {
  letter-spacing: -1px; }

.post-title {
  line-height: 1;
  font-size: 2.4rem; }
  @media screen and (min-width: 800px) {
    .post-title {
      font-size: 3.6rem; } }

.post-subtitle {
  font-size: 2rem;
  line-height: 1.2; }

.post-content {
  margin-bottom: 30px; }

/**
* Pagination
*/
ul.pager {
  text-align: center;
  list-style: none; }
  ul.pager li {
    display: inline;
    border: 1px solid black;
    padding: 10px;
    margin: 5px; }

ul.pagination-trail {
  list-style: none;
  margin: 15px auto;
  padding: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  ul.pagination-trail li {
    margin: 0;
    padding: 0; }
    ul.pagination-trail li a {
      padding: 10px;
      margin: 0 5px;
      border: 1px solid #fdc700;
      color: #006aad; }
      ul.pagination-trail li a:hover {
        background: #fdc700;
        text-decoration: none; }
  ul.pagination-trail .selected a {
    background: #fdc700;
    color: #003c6c;
    font-weight: 700; }

/*
 *
 * Hero
 *
 */
@media screen and (min-width: 67.5em) {
  .hero-wrap header {
    display: none; } }
.hero-wrap header .hero-title {
  font-size: 2.6rem;
  font-weight: 500; }

.hero {
  position: relative;
  text-align: center; }
  .hero header {
    display: none; }
    @media screen and (min-width: 67.5em) {
      .hero header {
        display: block; } }
  .hero .hero-title {
    margin: 0; }
  .hero span {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: -1px;
    background: #003c6c; }
    @media screen and (min-width: 25.938em) {
      .hero span {
        font-size: 4rem; } }
    @media screen and (min-width: 67.5em) {
      .hero span {
        font-size: 4rem; } }
    .hero span span {
      border: none; }
      .hero span span.yellow {
        color: #fdc700; }
  .hero .left {
    position: absolute;
    left: 0; }
    .hero .left > span {
      padding: 0.7rem 0.7rem 0.7rem 3.15rem; }
    @media screen and (min-width: 67.5em) {
      .hero .left > span {
        padding: 2rem 2rem 2rem 9rem; } }
  .hero .right {
    position: absolute;
    right: 0; }
    .hero .right > span {
      padding: 0.7rem 3.15rem 0.7rem 0.7rem; }
    @media screen and (min-width: 67.5em) {
      .hero .right > span {
        padding: 2rem 9rem 2rem 2rem; } }
  .hero .top {
    position: absolute;
    top: 0.375em; }
    @media screen and (min-width: 67.5em) {
      .hero .top {
        top: 1.5em; } }
  .hero .bottom {
    position: absolute;
    bottom: 0.375em; }
    @media screen and (min-width: 67.5em) {
      .hero .bottom {
        bottom: 1.5em; } }
  .hero .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .hero .center > span {
      padding: 0.7rem; }
    @media screen and (min-width: 67.5em) {
      .hero .center > span {
        padding: 2rem; } }

/*
 *
 * Grids
 *
 */
.two-col-grid,
.three-col-grid,
.memorial-grid {
  justify-items: center; }
  @media screen and (min-width: 48em) {
    .two-col-grid,
    .three-col-grid,
    .memorial-grid {
      display: grid; } }
  .two-col-grid .grid-cell,
  .three-col-grid .grid-cell,
  .memorial-grid .grid-cell {
    width: 100%;
    margin: 0 auto; }

.two-col-grid {
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 48em) {
    .two-col-grid {
      grid-template-columns: repeat(2, 1fr);
      column-gap: 2.5em; } }
  .two-col-grid .grid-cell {
    padding-bottom: 30px !important; }
    @media screen and (min-width: 48em) {
      .two-col-grid .grid-cell {
        padding-bottom: 0; } }
    .two-col-grid .grid-cell:last-child {
      padding-bottom: 0; }

.three-col-grid {
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 48em) {
    .three-col-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1em; } }
  @media screen and (min-width: 67.5em) {
    .three-col-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1em; } }
  .three-col-grid .grid-cell:last-child {
    padding-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .three-col-grid .grid-cell:last-child {
        padding-bottom: 0; } }

.memorial-grid {
  grid-template-columns: repeat(1, 1fr);
  padding-top: 30px; }
  @media screen and (min-width: 48em) {
    .memorial-grid {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 67.5em) {
    .memorial-grid {
      grid-template-columns: repeat(6, 1fr); } }
  .memorial-grid figure.grid-cell {
    margin-bottom: 30px !important; }
  .memorial-grid figcaption {
    text-align: center; }

.page-contact-us .three-col-grid {
  justify-items: start; }

.the-colleges {
  display: grid;
  grid-template-columns: 1fr;
  padding: 15px 0;
  border-top: 1px solid #fdc700; }
  @media screen and (min-width: 48em) {
    .the-colleges {
      grid-template-columns: 150px 1fr;
      grid-gap: 10px;
      grid-column-gap: 15px;
      grid-template-rows: repeat(2, minmax(25px, auto)); } }
  .the-colleges .college-name {
    text-align: center; }
    @media screen and (min-width: 48em) {
      .the-colleges .college-name {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left; } }
  .the-colleges .college-thumb {
    margin: 0 auto 10px; }
    @media screen and (min-width: 48em) {
      .the-colleges .college-thumb {
        grid-column-start: 1;
        grid-column-end: 2;
        margin: 0; } }
  .the-colleges .college-blurb {
    margin-top: 15px; }
    @media screen and (min-width: 48em) {
      .the-colleges .college-blurb {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        align-self: start;
        margin-top: 0;
        margin-bottom: 0; } }
  @media screen and (min-width: 48em) {
    .the-colleges .blue-pill {
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      justify-self: end;
      align-self: end;
      margin: 0; } }

.gift-amounts {
  margin-bottom: 15px;
  display: flex; }

/*
 *
 * CTA Pills
 *
 */
[class$="-pill"] {
  display: block;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  border-bottom: none !important; }
  [class$="-pill"]:hover {
    text-decoration: none; }

.yellow-pill {
  background-color: #fdc700; }
  .yellow-pill:link, .yellow-pill:visited {
    color: #003c6c !important; }
  .yellow-pill:hover, .yellow-pill:focus {
    color: #ffffff !important; }
  .yellow-pill:active {
    background-color: #ffd84b;
    color: #0067b9; }

.red-pill {
  color: #ffffff;
  background-color: #da216d; }
  .red-pill:link, .red-pill:visited {
    color: #ffffff !important; }
  .red-pill:hover {
    background: #006aad !important;
    color: #ffffff !important; }
  .red-pill:active {
    background-color: #006aad !important; }

.make-difference .red-pill:hover, .make-difference .red-pill:focus {
  background: #003c6c !important; }
.make-difference .red-pill:active {
  background-color: #e76098 !important; }

.blue-pill {
  color: #ffffff !important;
  background-color: #006aad; }
  .blue-pill:visited, .blue-pill:hover {
    color: #ffffff; }

/*
 *
 * CTA Panels
 *
 */
.cta .container {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  padding: 30px 0 30px; }
  @media screen and (min-width: 67.5em) {
    .cta .container {
      max-width: 460px;
      margin: 0 auto; } }
  .cta .container .copy {
    background-color: #003c6c;
    max-width: 100%;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 100px 0 15px; }
    @media screen and (min-width: 67.5em) {
      .cta .container .copy {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        max-width: 70.5%;
        min-height: 250px;
        padding: 20px 90px 20px 40px;
        padding: 2rem 9rem 2rem 4rem;
        text-align: left; } }
    .cta .container .copy h2,
    .cta .container .copy p {
      color: #ffffff; }
    .cta .container .copy h2 {
      font-size: 2.6rem;
      font-weight: 500;
      line-height: 1; }
    .cta .container .copy p {
      font-weight: 500;
      line-height: 1.25;
      margin: 0 5px 15px; }
      @media screen and (min-width: 67.5em) {
        .cta .container .copy p {
          margin: 0 0 15px; } }
    .cta .container .copy .yellow-pill {
      font-size: 1.6rem;
      width: 75%;
      margin: 0 auto 1.5rem; }
      @media screen and (min-width: 67.5em) {
        .cta .container .copy .yellow-pill {
          display: block;
          align-self: end;
          margin: auto auto 0 auto; } }
  .cta .container img {
    position: absolute;
    top: 30px;
    transform: translate(-50%, -50%);
    max-width: 50%; }
    @media screen and (min-width: 67.5em) {
      .cta .container img {
        max-width: 100%;
        top: 5.5rem;
        right: 1.5rem;
        transform: none; } }
.cta hr {
  display: none;
  width: 100%;
  border-bottom: 2px solid #fdc700; }
  .cta hr:last-child {
    display: none; }
  @media screen and (min-width: 48em) {
    .cta hr {
      display: block;
      grid-column-start: 1;
      grid-column-end: 3; } }

/*
 *
 * Home CTAs
 *
 */
@media screen and (min-width: 67.5em) {
  .home-cta .container {
    padding: 15px 0;
    margin: 0 auto; } }
.home-cta .container .copy {
  padding-top: 60px;
  min-width: 200px;
  min-height: 175px; }
  @media screen and (min-width: 67.5em) {
    .home-cta .container .copy {
      padding: 20px;
      max-width: 200px;
      max-height: 175px;
      position: absolute;
      top: 4rem;
      right: 1.5rem; } }
  @media screen and (min-width: 67.5em) {
    .home-cta .container .copy h2,
    .home-cta .container .copy p {
      margin-bottom: 7.5px; } }
  .home-cta .container .copy h2 {
    margin-top: 1.5rem; }
    @media screen and (min-width: 67.5em) {
      .home-cta .container .copy h2 {
        margin-top: 0;
        font-size: 1.6rem; } }
  @media screen and (min-width: 67.5em) {
    .home-cta .container .copy p {
      font-size: 1.4rem; } }
  @media screen and (min-width: 67.5em) {
    .home-cta .container .copy .yellow-pill {
      font-size: 1.6rem; } }
.home-cta img {
  z-index: 2; }
  @media screen and (min-width: 67.5em) {
    .home-cta img {
      z-index: 0;
      float: left;
      position: relative !important;
      top: auto !important;
      right: auto !important;
      transform: none !important; } }

/*
 *
 * Memorial Endowments CTAs
 *
 */
.memorial-endowments .copy {
  max-height: none !important; }

/*
 *
 * Academic Divisions and Colleges List
 *
 */
.divisions,
.colleges {
  max-width: 460px;
  margin: 0 auto;
  display: grid;
  justify-items: stretch;
  align-items: center;
  grid-template-columns: repeat(1, 1fr); }
  .divisions .blue-pill,
  .colleges .blue-pill {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500; }
    @media screen and (min-width: 67.5em) {
      .divisions .blue-pill,
      .colleges .blue-pill {
        max-width: none; } }

.divisions {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 67.5em) {
    .divisions {
      width: 75%; } }
  .divisions .blue-pill {
    margin-bottom: 10px; }
    .divisions .blue-pill:last-child {
      margin-bottom: 30px; }

@media screen and (min-width: 67.5em) {
  .colleges {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: .5em; }
    .colleges .blue-pill {
      margin-bottom: 0; } }

/*
 *
 * Ways To Give List
 *
 */
.ways-to-give {
  border-bottom: 2px solid #fdc700; }
  .ways-to-give .container {
    padding: 1.25rem 2.5rem 0 3rem;
    position: relative;
    justify-self: stretch; }
    .ways-to-give .container h3 {
      font-size: 2rem;
      color: #003c6c;
      font-weight: 700;
      margin-bottom: 5px; }
    .ways-to-give .container .copy {
      line-height: 1.25; }

/*
 *
 * Ready to make a difference?
 *
 */
.make-difference-container {
  background-color: #006aad; }

.make-difference {
  color: #ffffff;
  padding: 20px 0;
  padding: 1.25rem 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  @media screen and (min-width: 67.5em) {
    .make-difference {
      grid-template-columns: repeat(2, 1fr); } }
  .make-difference .make-difference-text {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    place-self: center; }
    @media screen and (min-width: 67.5em) {
      .make-difference .make-difference-text {
        margin: 0;
        justify-self: start;
        text-align: left; } }
  .make-difference .red-pill {
    place-self: center;
    margin: 0;
    width: 50%; }
    @media screen and (min-width: 67.5em) {
      .make-difference .red-pill {
        margin: 0;
        justify-self: end; } }

/*
 *
 * Join Chancellor's Associates
 *
 */
.join-chancellors-associates {
  color: #ffffff;
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr); }
  .join-chancellors-associates .join-chancellors-associates-text {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    place-self: center; }
  .join-chancellors-associates .red-pill {
    place-self: center;
    margin: 0;
    width: 60%;
    border-radius: 0.625rem !important; }

/*
 *
 * Tustees
 *
 */
.trustee-heading {
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: 1rem !important; }
  @media screen and (min-width: 48em) {
    .trustee-heading {
      grid-column-end: 3;
      margin-bottom: 0; } }
  @media screen and (min-width: 67.5em) {
    .trustee-heading {
      grid-column-end: 4;
      margin-bottom: 0; } }

.trustee-photo {
  margin: 0 30px 30px 0; }

/*
 *
 * Contact Grid
 *
 */
/**
 old styles
  */
.contact-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  padding-bottom: 30px;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 48em) {
    .contact-grid-container {
      grid-template-columns: 200px 200px;
      max-width: 400px; } }
  @media screen and (min-width: 67.5em) {
    .contact-grid-container {
      grid-template: none;
      max-width: 200px;
      text-align: center; } }
  .contact-grid-container .contact-copy {
    color: #ffffff !important;
    background-color: #003c6c;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    min-height: 142px; }
    .contact-grid-container .contact-copy h3,
    .contact-grid-container .contact-copy p,
    .contact-grid-container .contact-copy span.gc-cs-link,
    .contact-grid-container .contact-copy a {
      color: #ffffff;
      margin: 0; }
    .contact-grid-container .contact-copy h3 {
      font-size: 1.6rem;
      font-weight: 700; }
      @media screen and (min-width: 67.5em) {
        .contact-grid-container .contact-copy h3 {
          font-size: 2rem; } }
    @media screen and (min-width: 67.5em) {
      .contact-grid-container .contact-copy p {
        margin: 5px 0; } }
    .contact-grid-container .contact-copy p,
    .contact-grid-container .contact-copy a {
      font-size: 1.4rem; }

/**
new */
.contact-h3 {
  border-bottom: 1px solid #fdc700; }

.contact-h4 {
  margin-bottom: 0; }

.contact-name {
  font-weight: 700; }

.contact-section {
  padding-bottom: 30px; }
  .contact-section .three-col-grid {
    grid-gap: 0.5em; }
    @media screen and (min-width: 48em) {
      .contact-section .three-col-grid {
        grid-template-columns: repeat(3, 1fr); } }
  .contact-section .members {
    width: 100%;
    text-align: left;
    padding: 7.5px 0; }
    .contact-section .members p {
      margin-bottom: 3.75px; }
  .contact-section .subhead {
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 0; }

/*
 *
 * Article Index
 *
 */
.post-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  row-gap: 1em; }
  @media screen and (min-width: 25.938em) {
    .post-list-grid {
      grid-template-columns: 1fr 250px;
      grid-template-rows: minmax(auto, 265px); } }
  .post-list-grid .post-list-image {
    justify-self: center;
    align-self: stretch;
    order: 1; }
    @media screen and (min-width: 25.938em) {
      .post-list-grid .post-list-image {
        order: 2; } }
  .post-list-grid .post-list-copy {
    order: 2; }
    @media screen and (min-width: 25.938em) {
      .post-list-grid .post-list-copy {
        order: 1; } }
    .post-list-grid .post-list-copy h3 {
      margin-bottom: 10px; }
    .post-list-grid .post-list-copy h4 {
      line-height: 1.25; }
    .post-list-grid .post-list-copy h4,
    .post-list-grid .post-list-copy p {
      margin-bottom: 7.5px; }

/*
 *
 * Contact Info
 *
 */
.contact {
  padding: 0;
  margin: 0 auto;
  width: 100%; }
  .contact a {
    font-weight: 700; }
  .contact .contact-info p:first-child {
    margin-bottom: 0; }

/*
*
* FAQ list
*
*/
.list > div {
  margin-bottom: .5em;
  padding: 1.2em 1em 0.75em;
  display: flex;
  flex-direction: column; }

.question {
  display: block;
  font-size: 2.2rem;
  margin: 0 2rem .8em 0;
  color: #266eb6;
  font-weight: 500;
  letter-spacing: -0.010em;
  line-height: 1.4;
  flex: 0 0 35%; }

.list > div > div {
  padding-left: 2rem;
  border: 6px solid #f29813;
  border-image-slice: 1;
  border-width: 0 0 0 2px;
  border-image-source: linear-gradient(to top, #fedd7a, #f29813); }

.list > li {
  margin-bottom: 1.8em;
  padding-top: 0;
  margin-top: 0; }

.list li > ul {
  margin: 1em 2em 0; }

.list ul ul li {
  margin: .25em 0 .25em .35em;
  list-style-type: disc; }

.list > li > ul > li {
  margin-bottom: 1em; }

@media (min-width: 1080px) {
  .list > div {
    flex-direction: row; }

  .list > div > div {
    border-width: 0 0 0 4px;
    line-height: 1.4; }

  .question {
    line-height: 1.5;
    font-weight: 600; } }
/*
 *
 * Body Classes
 *
 */
.page-areas-to-support .grid-cell:first-child {
  padding-top: 30px; }
  @media screen and (min-width: 67.5em) {
    .page-areas-to-support .grid-cell:first-child {
      padding-top: 0; } }
@media screen and (min-width: 48em) {
  .page-areas-to-support .grid-cell:nth-child(2) {
    padding-top: 30px; } }
@media screen and (min-width: 67.5em) {
  .page-areas-to-support .grid-cell:nth-child(2) {
    padding-top: 0; } }

.home .hero-wrap {
  padding: 54px 0;
  padding: 3.375em 0; }

@media screen and (min-width: 67.5em) {
  .hero-wrap {
    padding-bottom: 54px;
    padding-bottom: 3.375em;
    margin-top: 0;
    margin-bottom: 0; } }

/*
 *
 * Breadcrumbs
 *
 */
.wrapper.crumbs {
  width: 100%; }

.breadcrumbs {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem; }

.layout-post .breadcrumbs {
  padding-bottom: 0; }

/*
 *
 * Utilities
 *
 */
.hidden {
  display: none !important; }

.paginated {
  width: 100%; }
  .paginated header {
    margin-bottom: -15px; }
  .paginated .post-title {
    margin-bottom: 0; }

/*
 *
 * Campus Closure, Winter 2021
 *
 */
.winter-closure {
  background: #ffbf00;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 3.375em; }

/*
 *
 * iModules Maintenance
 * Online Giving temporarily down
 * Feb, 11-Feb, 13 2022
 *
 */
.imodules-maint {
  background: #ffbf00;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 30px; }
  body.home .imodules-maint {
    margin-bottom: -30px; }

/*
 *
 * Chancellor's Associates
 *
 */
.chancellor-feedback {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 2rem 4rem 0 4rem; }
  .chancellor-feedback h3 {
    text-transform: uppercase;
    padding: 2rem 0 0;
    font-weight: 700;
    font-size: 2rem; }
  .chancellor-feedback img {
    margin-bottom: -10px; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.category-section {
  margin: 0 0 1em; }

.category-section > h2 {
  clear: both;
  font-size: 3rem;
  margin: 1em 0 .05em 0;
  font-weight: 600; }

.category-section p:first-of-type {
  font-size: 1.5rem;
  margin: .05em 0 1em 0;
  color: #006aad;
  border-bottom: 1px solid #fdc700;
  padding-bottom: .6em; }

.posts {
  margin: 2em 0 0 0;
  padding: 1em 0 0 0;
  list-style: none;
  display: grid;
  grid: 1fr/repeat(auto-fit, minmax(20em, 1fr));
  column-gap: 2em;
  row-gap: 1em; }

.posts li {
  margin: 0 0 2em 0;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: .5em; }

.posts .media img {
  display: block;
  width: 100%;
  height: auto; }

.posts time {
  display: block;
  margin: 0 0 0.25em 0;
  color: #666;
  font-weight: 400;
  font-size: 1.16rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase; }

.posts h3 {
  margin: 0 0 0.25em 0;
  font-size: 1.5rem;
  line-height: 1.4; }

.posts p {
  font-size: 1.4rem; }

@media (min-width: 768px) {
  .posts time {
    font-size: 1.5rem; }

  .posts h3 {
    font-size: 2rem; } }
